3.1.89 \(\int \sin (c+d x) (a+b \tan (c+d x))^n \, dx\) [89]

Optimal. Leaf size=22 \[ \text {Int}\left (\sin (c+d x) (a+b \tan (c+d x))^n,x\right ) \]

[Out]

CannotIntegrate(sin(d*x+c)*(a+b*tan(d*x+c))^n,x)

________________________________________________________________________________________

Rubi [A]
time = 0.64, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} \int \sin (c+d x) (a+b \tan (c+d x))^n \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Int[Sin[c + d*x]*(a + b*Tan[c + d*x])^n,x]

[Out]

Defer[Int][Sin[c + d*x]*(a + b*Tan[c + d*x])^n, x]

Rubi steps

\begin {align*} \int \sin (c+d x) (a+b \tan (c+d x))^n \, dx &=\int \sin (c+d x) (a+b \tan (c+d x))^n \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 2.42, size = 0, normalized size = 0.00 \begin {gather*} \int \sin (c+d x) (a+b \tan (c+d x))^n \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Integrate[Sin[c + d*x]*(a + b*Tan[c + d*x])^n,x]

[Out]

Integrate[Sin[c + d*x]*(a + b*Tan[c + d*x])^n, x]

________________________________________________________________________________________

Maple [A]
time = 0.01, size = 0, normalized size = 0.00 \[\int \sin \left (d x +c \right ) \left (a +b \tan \left (d x +c \right )\right )^{n}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sin(d*x+c)*(a+b*tan(d*x+c))^n,x)

[Out]

int(sin(d*x+c)*(a+b*tan(d*x+c))^n,x)

________________________________________________________________________________________

Maxima [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(d*x+c)*(a+b*tan(d*x+c))^n,x, algorithm="maxima")

[Out]

integrate((b*tan(d*x + c) + a)^n*sin(d*x + c), x)

________________________________________________________________________________________

Fricas [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(d*x+c)*(a+b*tan(d*x+c))^n,x, algorithm="fricas")

[Out]

integral((b*tan(d*x + c) + a)^n*sin(d*x + c), x)

________________________________________________________________________________________

Sympy [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \left (a + b \tan {\left (c + d x \right )}\right )^{n} \sin {\left (c + d x \right )}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(d*x+c)*(a+b*tan(d*x+c))**n,x)

[Out]

Integral((a + b*tan(c + d*x))**n*sin(c + d*x), x)

________________________________________________________________________________________

Giac [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(d*x+c)*(a+b*tan(d*x+c))^n,x, algorithm="giac")

[Out]

integrate((b*tan(d*x + c) + a)^n*sin(d*x + c), x)

________________________________________________________________________________________

Mupad [A]
time = 0.00, size = -1, normalized size = -0.05 \begin {gather*} \int \sin \left (c+d\,x\right )\,{\left (a+b\,\mathrm {tan}\left (c+d\,x\right )\right )}^n \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sin(c + d*x)*(a + b*tan(c + d*x))^n,x)

[Out]

int(sin(c + d*x)*(a + b*tan(c + d*x))^n, x)

________________________________________________________________________________________